blob: c95784dbe1b2bfafde0c83d82b671aa516d2ff87 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
.loadingContainer {
display: flex;
align-items: center;
justify-content: center;
height: 90dvh;
}
.loadingText {
color: white;
font-family: "Lato";
font-size: 24px;
}
|